3.434 \(\int \frac{\csc ^2(e+f x)}{(b \sec (e+f x))^{3/2}} \, dx\)

Optimal. Leaf size=68 \[ -\frac{\sqrt{\cos (e+f x)} F\left (\left .\frac{1}{2} (e+f x)\right |2\right ) \sqrt{b \sec (e+f x)}}{b^2 f}-\frac{\csc (e+f x)}{b f \sqrt{b \sec (e+f x)}} \]

[Out]

-(Csc[e + f*x]/(b*f*Sqrt[b*Sec[e + f*x]])) - (Sqrt[Cos[e + f*x]]*EllipticF[(e + f*x)/2, 2]*Sqrt[b*Sec[e + f*x]
])/(b^2*f)

________________________________________________________________________________________

Rubi [A]  time = 0.0655459, antiderivative size = 68, normalized size of antiderivative = 1., number of steps used = 3, number of rules used = 3, integrand size = 21, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0.143, Rules used = {2623, 3771, 2641} \[ -\frac{\sqrt{\cos (e+f x)} F\left (\left .\frac{1}{2} (e+f x)\right |2\right ) \sqrt{b \sec (e+f x)}}{b^2 f}-\frac{\csc (e+f x)}{b f \sqrt{b \sec (e+f x)}} \]

Antiderivative was successfully verified.

[In]

Int[Csc[e + f*x]^2/(b*Sec[e + f*x])^(3/2),x]

[Out]

-(Csc[e + f*x]/(b*f*Sqrt[b*Sec[e + f*x]])) - (Sqrt[Cos[e + f*x]]*EllipticF[(e + f*x)/2, 2]*Sqrt[b*Sec[e + f*x]
])/(b^2*f)

Rule 2623

Int[(csc[(e_.) + (f_.)*(x_)]*(a_.))^(m_)*((b_.)*sec[(e_.) + (f_.)*(x_)])^(n_), x_Symbol] :> -Simp[(a*(a*Csc[e
+ f*x])^(m - 1)*(b*Sec[e + f*x])^(n + 1))/(f*b*(m - 1)), x] + Dist[(a^2*(n + 1))/(b^2*(m - 1)), Int[(a*Csc[e +
 f*x])^(m - 2)*(b*Sec[e + f*x])^(n + 2), x], x] /; FreeQ[{a, b, e, f}, x] && GtQ[m, 1] && LtQ[n, -1] && Intege
rsQ[2*m, 2*n]

Rule 3771

Int[(csc[(c_.) + (d_.)*(x_)]*(b_.))^(n_), x_Symbol] :> Dist[(b*Csc[c + d*x])^n*Sin[c + d*x]^n, Int[1/Sin[c + d
*x]^n, x], x] /; FreeQ[{b, c, d}, x] && EqQ[n^2, 1/4]

Rule 2641

Int[1/Sqrt[sin[(c_.) + (d_.)*(x_)]], x_Symbol] :> Simp[(2*EllipticF[(1*(c - Pi/2 + d*x))/2, 2])/d, x] /; FreeQ
[{c, d}, x]

Rubi steps

\begin{align*} \int \frac{\csc ^2(e+f x)}{(b \sec (e+f x))^{3/2}} \, dx &=-\frac{\csc (e+f x)}{b f \sqrt{b \sec (e+f x)}}-\frac{\int \sqrt{b \sec (e+f x)} \, dx}{2 b^2}\\ &=-\frac{\csc (e+f x)}{b f \sqrt{b \sec (e+f x)}}-\frac{\left (\sqrt{\cos (e+f x)} \sqrt{b \sec (e+f x)}\right ) \int \frac{1}{\sqrt{\cos (e+f x)}} \, dx}{2 b^2}\\ &=-\frac{\csc (e+f x)}{b f \sqrt{b \sec (e+f x)}}-\frac{\sqrt{\cos (e+f x)} F\left (\left .\frac{1}{2} (e+f x)\right |2\right ) \sqrt{b \sec (e+f x)}}{b^2 f}\\ \end{align*}

Mathematica [A]  time = 0.102077, size = 58, normalized size = 0.85 \[ \frac{-F\left (\left .\frac{1}{2} (e+f x)\right |2\right )-\sqrt{\cos (e+f x)} \csc (e+f x)}{f \cos ^{\frac{3}{2}}(e+f x) (b \sec (e+f x))^{3/2}} \]

Antiderivative was successfully verified.

[In]

Integrate[Csc[e + f*x]^2/(b*Sec[e + f*x])^(3/2),x]

[Out]

(-(Sqrt[Cos[e + f*x]]*Csc[e + f*x]) - EllipticF[(e + f*x)/2, 2])/(f*Cos[e + f*x]^(3/2)*(b*Sec[e + f*x])^(3/2))

________________________________________________________________________________________

Maple [C]  time = 0.124, size = 191, normalized size = 2.8 \begin{align*} -{\frac{ \left ( \cos \left ( fx+e \right ) +1 \right ) ^{2} \left ( -1+\cos \left ( fx+e \right ) \right ) ^{2}}{f \left ( \cos \left ( fx+e \right ) \right ) ^{2} \left ( \sin \left ( fx+e \right ) \right ) ^{5}} \left ( i\cos \left ( fx+e \right ){\it EllipticF} \left ({\frac{i \left ( -1+\cos \left ( fx+e \right ) \right ) }{\sin \left ( fx+e \right ) }},i \right ) \sqrt{ \left ( \cos \left ( fx+e \right ) +1 \right ) ^{-1}}\sqrt{{\frac{\cos \left ( fx+e \right ) }{\cos \left ( fx+e \right ) +1}}}\sin \left ( fx+e \right ) +i{\it EllipticF} \left ({\frac{i \left ( -1+\cos \left ( fx+e \right ) \right ) }{\sin \left ( fx+e \right ) }},i \right ) \sqrt{ \left ( \cos \left ( fx+e \right ) +1 \right ) ^{-1}}\sqrt{{\frac{\cos \left ( fx+e \right ) }{\cos \left ( fx+e \right ) +1}}}\sin \left ( fx+e \right ) +\cos \left ( fx+e \right ) \right ) \left ({\frac{b}{\cos \left ( fx+e \right ) }} \right ) ^{-{\frac{3}{2}}}} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(csc(f*x+e)^2/(b*sec(f*x+e))^(3/2),x)

[Out]

-1/f*(cos(f*x+e)+1)^2*(-1+cos(f*x+e))^2*(I*cos(f*x+e)*EllipticF(I*(-1+cos(f*x+e))/sin(f*x+e),I)*(1/(cos(f*x+e)
+1))^(1/2)*(cos(f*x+e)/(cos(f*x+e)+1))^(1/2)*sin(f*x+e)+I*EllipticF(I*(-1+cos(f*x+e))/sin(f*x+e),I)*(1/(cos(f*
x+e)+1))^(1/2)*(cos(f*x+e)/(cos(f*x+e)+1))^(1/2)*sin(f*x+e)+cos(f*x+e))/cos(f*x+e)^2/sin(f*x+e)^5/(b/cos(f*x+e
))^(3/2)

________________________________________________________________________________________

Maxima [F]  time = 0., size = 0, normalized size = 0. \begin{align*} \int \frac{\csc \left (f x + e\right )^{2}}{\left (b \sec \left (f x + e\right )\right )^{\frac{3}{2}}}\,{d x} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(csc(f*x+e)^2/(b*sec(f*x+e))^(3/2),x, algorithm="maxima")

[Out]

integrate(csc(f*x + e)^2/(b*sec(f*x + e))^(3/2), x)

________________________________________________________________________________________

Fricas [F]  time = 0., size = 0, normalized size = 0. \begin{align*}{\rm integral}\left (\frac{\sqrt{b \sec \left (f x + e\right )} \csc \left (f x + e\right )^{2}}{b^{2} \sec \left (f x + e\right )^{2}}, x\right ) \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(csc(f*x+e)^2/(b*sec(f*x+e))^(3/2),x, algorithm="fricas")

[Out]

integral(sqrt(b*sec(f*x + e))*csc(f*x + e)^2/(b^2*sec(f*x + e)^2), x)

________________________________________________________________________________________

Sympy [F]  time = 0., size = 0, normalized size = 0. \begin{align*} \int \frac{\csc ^{2}{\left (e + f x \right )}}{\left (b \sec{\left (e + f x \right )}\right )^{\frac{3}{2}}}\, dx \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(csc(f*x+e)**2/(b*sec(f*x+e))**(3/2),x)

[Out]

Integral(csc(e + f*x)**2/(b*sec(e + f*x))**(3/2), x)

________________________________________________________________________________________

Giac [F]  time = 0., size = 0, normalized size = 0. \begin{align*} \int \frac{\csc \left (f x + e\right )^{2}}{\left (b \sec \left (f x + e\right )\right )^{\frac{3}{2}}}\,{d x} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(csc(f*x+e)^2/(b*sec(f*x+e))^(3/2),x, algorithm="giac")

[Out]

integrate(csc(f*x + e)^2/(b*sec(f*x + e))^(3/2), x)